Html Css Color HEX #BD961D Buddha Gold

📋 copy color: '#BD961D'

red 189 ◦ green 150 ◦ blue 29

#BD961D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BD961D

Tints of Buddha Gold #BD961D

RGB

 RED value IS 189 (74.22% from 255) = 51.36%

 GREEN value IS 150 (58.98% from 255) = 40.76%

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 51.36%
G = 40.76%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD961D (or 0xBD961D) is known color: Buddha Gold. HEX triplet: BD, 96 and 1D. RGB value is (189,150,29). Sum of RGB (Red+Green+Blue) = 189+150+29=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD961D is #4269E2. Grayscale: #949494. Windows color (decimal): -4352483 or 1939133. OLE color: 1939133.

HSL color Cylindrical-coordinate representation of color #BD961D: hue angle of 45.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD961D is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 150 29 -
CMYK 0 0.21 0.85 0.26
HSL 45.38º 0.73% 0.43% -
HSV(B) 45.38º 0.85% 0.74% -
XYZ 32.11 32.72 5.79 -
YUV 147.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 189 150 29 0 0.21 0.85 0.26 45.38 0.73 0.43
Hex BD 96 1D 0 15 55 1A 2D 49 2B
Octal 275 226 35 0 25 125 32 55 111 53
Binary 10111101 10010110 11101 0 10101 1010101 11010 101101 1001001 101011

Color Harmonies of #BD961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD961D

Black with #BD961D

Text Example


Text Example

White with #BD961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD961D; }

 p { color: rgb(189,150,29); }

 H1.HeaderClassName
 {
   color: #BD961D;
 }
 .AnyTagClassName
 {
   color: #BD961D;
 }
</style>

background-color css

<style>
 a { background-color: #BD961D; }

 a { background-color: rgb(189,150,29); }

 div.DivClassName
 {
   background-color: #BD961D;
 }
 .BgClassName
 {
   background-color: #BD961D;
 }
</style>

border-color css

<style>
 span { border-color: #BD961D; }

 span { border-color: rgb(189,150,29); }

 td.TdClassName
 {
   border-color: #BD961D;
 }
 .TagClassName
 {
   border-color: #BD961D;
 }
</style>