Html Css Color HEX #BD971B Buddha Gold

📋 copy color: '#BD971B'

red 189 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #BD971B

Tints of Buddha Gold #BD971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

 BLUE value IS 27 (10.94% from 255) = 7.36%

R = 51.5%
G = 41.14%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD971B (or 0xBD971B) is known color: Buddha Gold. HEX triplet: BD, 97 and 1B. RGB value is (189,151,27). Sum of RGB (Red+Green+Blue) = 189+151+27=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD971B is #4268E4. Grayscale: #949494. Windows color (decimal): -4352229 or 1808317. OLE color: 1808317.

HSL color Cylindrical-coordinate representation of color #BD971B: hue angle of 45.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD971B is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 27 -
CMYK 0 0.20 0.86 0.26
HSL 45.93º 0.75% 0.42% -
HSV(B) 45.93º 0.86% 0.74% -
XYZ 32.25 33.03 5.71 -
YUV 148.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 189 151 27 0 0.20 0.86 0.26 45.93 0.75 0.42
Hex BD 97 1B 0 14 56 1A 2E 4B 2A
Octal 275 227 33 0 24 126 32 56 113 52
Binary 10111101 10010111 11011 0 10100 1010110 11010 101110 1001011 101010

Color Harmonies of #BD971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD971B

Black with #BD971B

Text Example


Text Example

White with #BD971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD971B; }

 p { color: rgb(189,151,27); }

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

background-color css

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

 a { background-color: rgb(189,151,27); }

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

border-color css

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

 span { border-color: rgb(189,151,27); }

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