Html Css Color HEX #CB9F1B Buddha Gold

📋 copy color: '#CB9F1B'

red 203 ◦ green 159 ◦ blue 27

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

Shades of Buddha Gold #CB9F1B

Tints of Buddha Gold #CB9F1B

RGB

 RED value IS 203 (79.69% from 255) = 52.19%

 GREEN value IS 159 (62.5% from 255) = 40.87%

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

R = 52.19%
G = 40.87%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB9F1B (or 0xCB9F1B) is known color: Buddha Gold. HEX triplet: CB, 9F and 1B. RGB value is (203,159,27). Sum of RGB (Red+Green+Blue) = 203+159+27=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F1B is #3460E4. Grayscale: #9D9D9D. Windows color (decimal): -3432677 or 1810379. OLE color: 1810379.

HSL color Cylindrical-coordinate representation of color #CB9F1B: hue angle of 45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB9F1B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 27 -
CMYK 0 0.22 0.87 0.20
HSL 45º 0.77% 0.45% -
HSV(B) 45º 0.87% 0.8% -
XYZ 37.22 37.57 6.33 -
YUV 157.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 203 159 27 0 0.22 0.87 0.20 45 0.77 0.45
Hex CB 9F 1B 0 16 57 14 2D 4D 2D
Octal 313 237 33 0 26 127 24 55 115 55
Binary 11001011 10011111 11011 0 10110 1010111 10100 101101 1001101 101101

Color Harmonies of #CB9F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F1B

Black with #CB9F1B

Text Example


Text Example

White with #CB9F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F1B; }

 p { color: rgb(203,159,27); }

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

background-color css

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

 a { background-color: rgb(203,159,27); }

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

border-color css

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

 span { border-color: rgb(203,159,27); }

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